Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.platform.ui.web.configuration.default--configuration

This contribution is part of XML component org.nuxeo.ecm.platform.ui.web.configuration.default inside nuxeo-platform-ui-web-7.10-HF07.jar /OSGI-INF/jsfconfiguration-properties.xml

Documentation

This contribution is the default contribution for JSF configurations.

Here are more details about some of them:

  • nuxeo.jsf.enableDoubleClickShield: enables a shield on forms to prevent users from submitting twice the same form (accidental double-click).
  • nuxeo.jsf.defaultBytePrefixFormat: defines the default byte prefix format used by the printFileSize JSF function, that displays a pretty print of the size of a file. Available formats are "SI", "IEC" or "JEDEC". See the Wikipedia article on Byte for more information on those formats.

@since 7.4

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.jsf.enableDoubleClickShield">true</property>
  • <property name="nuxeo.jsf.defaultBytePrefixFormat">SI</property>
  • <property name="nuxeo.jsf.removeAliasOptims">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">

    <documentation>
      This contribution is the default contribution for JSF configurations.

      Here are more details about some of them:
      <ul>
        <li>
          <strong>nuxeo.jsf.enableDoubleClickShield</strong>: enables a shield on forms to prevent users from
          submitting twice the same form (accidental double-click).
        </li>
        <li>
          <strong>nuxeo.jsf.defaultBytePrefixFormat</strong>: defines the default byte prefix format used by the
          printFileSize JSF function, that displays a pretty print of the size of a file. Available formats are "SI",
          "IEC" or "JEDEC". See <a href="http://en.wikipedia.org/wiki/Byte" target="_blank">the Wikipedia article on
          Byte</a> for more information on those formats.
        </li>
      </ul>

      @since 7.4
    </documentation>

    <property name="nuxeo.jsf.enableDoubleClickShield">true</property>
    <property name="nuxeo.jsf.defaultBytePrefixFormat">SI</property>
    <property name="nuxeo.jsf.removeAliasOptims">false</property>

  </extension>